3.4.83 \(\int \frac {\cosh (e+f x)}{(a+b \sinh ^2(e+f x))^{3/2}} \, dx\) [383]

Optimal. Leaf size=29 \[ \frac {\sinh (e+f x)}{a f \sqrt {a+b \sinh ^2(e+f x)}} \]

[Out]

sinh(f*x+e)/a/f/(a+b*sinh(f*x+e)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.087, Rules used = {3269, 197} \begin {gather*} \frac {\sinh (e+f x)}{a f \sqrt {a+b \sinh ^2(e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Cosh[e + f*x]/(a + b*Sinh[e + f*x]^2)^(3/2),x]

[Out]

Sinh[e + f*x]/(a*f*Sqrt[a + b*Sinh[e + f*x]^2])

Rule 197

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[x*((a + b*x^n)^(p + 1)/a), x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rule 3269

Int[cos[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Sin[e + f*x], x]}, Dist[ff/f, Subst[Int[(1 - ff^2*x^2)^((m - 1)/2)*(a + b*ff^2*x^2)^p, x], x, Sin[e +
f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rubi steps

\begin {align*} \int \frac {\cosh (e+f x)}{\left (a+b \sinh ^2(e+f x)\right )^{3/2}} \, dx &=\frac {\text {Subst}\left (\int \frac {1}{\left (a+b x^2\right )^{3/2}} \, dx,x,\sinh (e+f x)\right )}{f}\\ &=\frac {\sinh (e+f x)}{a f \sqrt {a+b \sinh ^2(e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 29, normalized size = 1.00 \begin {gather*} \frac {\sinh (e+f x)}{a f \sqrt {a+b \sinh ^2(e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Cosh[e + f*x]/(a + b*Sinh[e + f*x]^2)^(3/2),x]

[Out]

Sinh[e + f*x]/(a*f*Sqrt[a + b*Sinh[e + f*x]^2])

________________________________________________________________________________________

Maple [A]
time = 0.43, size = 28, normalized size = 0.97

method result size
derivativedivides \(\frac {\sinh \left (f x +e \right )}{a f \sqrt {a +b \left (\sinh ^{2}\left (f x +e \right )\right )}}\) \(28\)
default \(\frac {\sinh \left (f x +e \right )}{a f \sqrt {a +b \left (\sinh ^{2}\left (f x +e \right )\right )}}\) \(28\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(f*x+e)/(a+b*sinh(f*x+e)^2)^(3/2),x,method=_RETURNVERBOSE)

[Out]

sinh(f*x+e)/a/f/(a+b*sinh(f*x+e)^2)^(1/2)

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 246 vs. \(2 (29) = 58\).
time = 0.51, size = 246, normalized size = 8.48 \begin {gather*} \frac {b^{2} e^{\left (-6 \, f x - 6 \, e\right )} + 2 \, a b - b^{2} + {\left (8 \, a^{2} - 8 \, a b + 3 \, b^{2}\right )} e^{\left (-2 \, f x - 2 \, e\right )} + 3 \, {\left (2 \, a b - b^{2}\right )} e^{\left (-4 \, f x - 4 \, e\right )}}{2 \, {\left (a^{2} - a b\right )} {\left (2 \, {\left (2 \, a - b\right )} e^{\left (-2 \, f x - 2 \, e\right )} + b e^{\left (-4 \, f x - 4 \, e\right )} + b\right )}^{\frac {3}{2}} f} - \frac {b^{2} + 3 \, {\left (2 \, a b - b^{2}\right )} e^{\left (-2 \, f x - 2 \, e\right )} + {\left (8 \, a^{2} - 8 \, a b + 3 \, b^{2}\right )} e^{\left (-4 \, f x - 4 \, e\right )} + {\left (2 \, a b - b^{2}\right )} e^{\left (-6 \, f x - 6 \, e\right )}}{2 \, {\left (a^{2} - a b\right )} {\left (2 \, {\left (2 \, a - b\right )} e^{\left (-2 \, f x - 2 \, e\right )} + b e^{\left (-4 \, f x - 4 \, e\right )} + b\right )}^{\frac {3}{2}} f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(f*x+e)/(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="maxima")

[Out]

1/2*(b^2*e^(-6*f*x - 6*e) + 2*a*b - b^2 + (8*a^2 - 8*a*b + 3*b^2)*e^(-2*f*x - 2*e) + 3*(2*a*b - b^2)*e^(-4*f*x
 - 4*e))/((a^2 - a*b)*(2*(2*a - b)*e^(-2*f*x - 2*e) + b*e^(-4*f*x - 4*e) + b)^(3/2)*f) - 1/2*(b^2 + 3*(2*a*b -
 b^2)*e^(-2*f*x - 2*e) + (8*a^2 - 8*a*b + 3*b^2)*e^(-4*f*x - 4*e) + (2*a*b - b^2)*e^(-6*f*x - 6*e))/((a^2 - a*
b)*(2*(2*a - b)*e^(-2*f*x - 2*e) + b*e^(-4*f*x - 4*e) + b)^(3/2)*f)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 245 vs. \(2 (27) = 54\).
time = 0.42, size = 245, normalized size = 8.45 \begin {gather*} \frac {\sqrt {2} {\left (\cosh \left (f x + e\right )^{2} + 2 \, \cosh \left (f x + e\right ) \sinh \left (f x + e\right ) + \sinh \left (f x + e\right )^{2} - 1\right )} \sqrt {\frac {b \cosh \left (f x + e\right )^{2} + b \sinh \left (f x + e\right )^{2} + 2 \, a - b}{\cosh \left (f x + e\right )^{2} - 2 \, \cosh \left (f x + e\right ) \sinh \left (f x + e\right ) + \sinh \left (f x + e\right )^{2}}}}{a b f \cosh \left (f x + e\right )^{4} + 4 \, a b f \cosh \left (f x + e\right ) \sinh \left (f x + e\right )^{3} + a b f \sinh \left (f x + e\right )^{4} + 2 \, {\left (2 \, a^{2} - a b\right )} f \cosh \left (f x + e\right )^{2} + a b f + 2 \, {\left (3 \, a b f \cosh \left (f x + e\right )^{2} + {\left (2 \, a^{2} - a b\right )} f\right )} \sinh \left (f x + e\right )^{2} + 4 \, {\left (a b f \cosh \left (f x + e\right )^{3} + {\left (2 \, a^{2} - a b\right )} f \cosh \left (f x + e\right )\right )} \sinh \left (f x + e\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(f*x+e)/(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="fricas")

[Out]

sqrt(2)*(cosh(f*x + e)^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2 - 1)*sqrt((b*cosh(f*x + e)^2 + b*si
nh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2))/(a*b*f*cosh(f*x
+ e)^4 + 4*a*b*f*cosh(f*x + e)*sinh(f*x + e)^3 + a*b*f*sinh(f*x + e)^4 + 2*(2*a^2 - a*b)*f*cosh(f*x + e)^2 + a
*b*f + 2*(3*a*b*f*cosh(f*x + e)^2 + (2*a^2 - a*b)*f)*sinh(f*x + e)^2 + 4*(a*b*f*cosh(f*x + e)^3 + (2*a^2 - a*b
)*f*cosh(f*x + e))*sinh(f*x + e))

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\cosh {\left (e + f x \right )}}{\left (a + b \sinh ^{2}{\left (e + f x \right )}\right )^{\frac {3}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(f*x+e)/(a+b*sinh(f*x+e)**2)**(3/2),x)

[Out]

Integral(cosh(e + f*x)/(a + b*sinh(e + f*x)**2)**(3/2), x)

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 118 vs. \(2 (27) = 54\).
time = 0.60, size = 118, normalized size = 4.07 \begin {gather*} \frac {\frac {{\left (a e^{\left (4 \, e\right )} - b e^{\left (4 \, e\right )}\right )} e^{\left (2 \, f x\right )}}{a^{2} e^{\left (2 \, e\right )} - a b e^{\left (2 \, e\right )}} - \frac {a e^{\left (2 \, e\right )} - b e^{\left (2 \, e\right )}}{a^{2} e^{\left (2 \, e\right )} - a b e^{\left (2 \, e\right )}}}{\sqrt {b e^{\left (4 \, f x + 4 \, e\right )} + 4 \, a e^{\left (2 \, f x + 2 \, e\right )} - 2 \, b e^{\left (2 \, f x + 2 \, e\right )} + b} f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(f*x+e)/(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="giac")

[Out]

((a*e^(4*e) - b*e^(4*e))*e^(2*f*x)/(a^2*e^(2*e) - a*b*e^(2*e)) - (a*e^(2*e) - b*e^(2*e))/(a^2*e^(2*e) - a*b*e^
(2*e)))/(sqrt(b*e^(4*f*x + 4*e) + 4*a*e^(2*f*x + 2*e) - 2*b*e^(2*f*x + 2*e) + b)*f)

________________________________________________________________________________________

Mupad [B]
time = 1.13, size = 191, normalized size = 6.59 \begin {gather*} -\frac {{\mathrm {e}}^{e+f\,x}\,\sqrt {b\,{\mathrm {sinh}\left (e+f\,x\right )}^2+a}\,\left (\frac {2\,\mathrm {cosh}\left (e+f\,x\right )\,{\mathrm {e}}^{e+f\,x}\,\left (b\,\left (2\,a-b\right )-b\,\left (4\,a-2\,b\right )\right )}{f\,\left (a\,b^2-a^2\,b\right )}-\frac {2\,b^2\,{\mathrm {e}}^{e+f\,x}\,\mathrm {sinh}\left (e+f\,x\right )}{f\,\left (a\,b^2-a^2\,b\right )}+\frac {b\,{\mathrm {e}}^{2\,e+2\,f\,x}\,\left (4\,a-2\,b\right )}{f\,\left (a\,b^2-a^2\,b\right )}\right )}{4\,a\,{\mathrm {e}}^{2\,e+2\,f\,x}-2\,b\,{\mathrm {e}}^{2\,e+2\,f\,x}+2\,b\,{\mathrm {e}}^{2\,e+2\,f\,x}\,\mathrm {cosh}\left (2\,e+2\,f\,x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(e + f*x)/(a + b*sinh(e + f*x)^2)^(3/2),x)

[Out]

-(exp(e + f*x)*(a + b*sinh(e + f*x)^2)^(1/2)*((2*cosh(e + f*x)*exp(e + f*x)*(b*(2*a - b) - b*(4*a - 2*b)))/(f*
(a*b^2 - a^2*b)) - (2*b^2*exp(e + f*x)*sinh(e + f*x))/(f*(a*b^2 - a^2*b)) + (b*exp(2*e + 2*f*x)*(4*a - 2*b))/(
f*(a*b^2 - a^2*b))))/(4*a*exp(2*e + 2*f*x) - 2*b*exp(2*e + 2*f*x) + 2*b*exp(2*e + 2*f*x)*cosh(2*e + 2*f*x))

________________________________________________________________________________________